					README file for HID OMNIKEY 5127/5427 CK Reader Board PC/SC Driver
					Copyright (c) 2012 - HID Global Corporation
					
This document describes the release notes of the driver setup
=============================================================


General
*******

This program installs or uninstalls PC/SC drivers for HID OK5127 CK Reader Board. 
It is required that the installer service (msiexec.exe) version 3.1
or higher is already installed on the PC.
The installation of the driver is done by Plug and Play
For Windows all NT based you must have administration rights.

For installation on Windows Vista and above, it is necessary to run the HID_OK5x27CK_CCID_xxx.msi file 
from a command shell with administrative privileges.

 

Install
*******

To install the driver type the following line on a console window with administrative privileges:

msiexec.exe /i HID_OK5x27CK_CCID_xxx.msi 


Uninstall
*********

To uninstall the driver type the following line on a console window with administrative privileges:

msiexec.exe /x HID_OK5x27CK_CCID_xxx.msi 



FAQs
****


Q: How can I do a silent installation ?
A: For a installation start the setup with 

   msiexec.exe /i HID_OK5x27CK_CCID_xxx.msi /qn   

   and for an uninstallation use the command

   msiexec.exe /x HID_OK5x27CK_CCID_xxx.msi /qn


Further details can be found there
      http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/command_line_options.asp


Q: I encounter an error during the installation. What can I do ?
A: Create a logfile. You can do this by submitting the following command

   msiexec.exe /i HID_OK5x27CK_CCID_xxx.msi /Lv* YourDriveName:\YourLogFileName.txt

   and send YourLogFileName.txt to

   eusupport@hidglobal.com


Q: How can I check the installation state?
A: You can use an the function MsiQueryProductState from the installer library
   MSI.dll please see: http://msdn2.microsoft.com/en-us/library/aa370363.aspx
   for details.
   Product Code for x86 Version:
   {416D5CA0-63E7-4F98-897E-1F035521F383}
   
   Product Code for x64 Version:
   {8642B274-DB76-4FBE-A200-7E3687B276FF}
   
   